get

open override fun get(): List<D253SerialPort>

Retrieves a list of available serial ports on the system.

The results are low-level comm ports with more direct access for reading and writing data.

If you don't need that level of fine-grained control, you should consider using the getMonitors() function instead.

Return

List of ID253SerialPort objects

See also